home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / dedmatic.arc / OPTION2.BAT < prev    next >
Encoding:
DOS Batch File  |  1985-05-24  |  881 b   |  24 lines

  1. echo off
  2. echo                     Deduct-a-Matic Installation routine
  3. echo For dual diskette systems, make sure that the diskette to be initialized
  4. echo is in drive B. Otherwise insert the diskette to be initialized in drive B
  5. echo following the computer's instructions.
  6. pause Strike a key when ready......
  7. copy geton.exe b:
  8. copy done.exe b:
  9. if not exist b:done.exe goto :out
  10. if exist b:autoexec.bat goto :present
  11. if not exist b:autoexec.bat copy start.bat b:autoexec.bat
  12. goto :donemsg
  13. :present
  14. copy b:autoexec.bat b:autoexec.bak
  15. del b:autoexec.bat
  16. copy start.bat+b:autoexec.bak b:autoexec.bat
  17. :donemsg
  18. echo The diskette in Drive B is now ready to use. To prepare another, hit the F3 key, then hit return when ready.
  19. goto :done
  20. :out
  21. Echo There's not enough room on diskette in B: for using Deduct-A-Matic. Use OPTION1 described in the manual.
  22. :done
  23. echo on
  24.